object DownloadDialog: TDownloadDialog Left = 381 Top = 352 ActiveControl = Directory BorderStyle = bsDialog Caption = 'Protocol Download' ClientHeight = 233 ClientWidth = 425 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 305 Height = 73 TabOrder = 0 object DestDirLabel: TLabel Left = 8 Top = 11 Width = 61 Height = 16 Caption = 'Directory:' end object FileNameLabel: TLabel Left = 8 Top = 44 Width = 68 Height = 16 Caption = 'File name:' Enabled = False end object Directory: TEdit Left = 88 Top = 8 Width = 209 Height = 24 MaxLength = 80 TabOrder = 0 end object FileName: TEdit Left = 88 Top = 40 Width = 209 Height = 24 Enabled = False MaxLength = 80 TabOrder = 1 end end object Protocols: TRadioGroup Left = 8 Top = 96 Width = 305 Height = 129 Caption = '&Protocols:' Columns = 2 ItemIndex = 6 Items.Strings = ( 'Xmodem' 'XmodemCRC' 'Xmodem1K' 'Xmodem1K-G' 'Ymodem' 'Ymodem-G' 'Zmodem' 'Kermit' 'ASCII' 'B+') TabOrder = 1 OnClick = ProtocolsClick end object OK: TButton Left = 328 Top = 16 Width = 89 Height = 33 Caption = 'OK' Default = True TabOrder = 2 OnClick = OKClick end object Cancel: TButton Left = 328 Top = 64 Width = 89 Height = 33 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = CancelClick end end